Labels:text | screenshot | font | number | line OCR: Token Type Constant Description TT_NUMBER Indicates a number token was read. The nval member of the Stream Tokenizer holds the value of the token. TT WORD Indicates a string token was read. The sval member of the StreamTokenizer holds the string value of the token: TT EOL Indicates an end of the line was reached, TT EOF Indicates the end of the input file was reached. <value> Any other value returned is the actual ASCII value of an ordinary character. An ordinary character has no significance as part of a word or a number. Figure 11: The Stream Tokenizer public constants.